home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / bbsutils / dhilo10.arj / DHILO.DOC < prev    next >
Text File  |  1994-02-03  |  9KB  |  204 lines

  1.                           Deluxe HiLo
  2.                        By Chuck Valecek
  3.                Copyrighted 1994 by Suburban Software
  4.  
  5.    Deluxe Hilo is a game of chance. The game consists of a deck of 52 cards and
  6. one Joker. The object of the game is to place a wager that the next card will
  7. be either Higher or Lower than the current card shown on the screen. The user
  8. may bet any amount up to his/her current winnings, half or all of it.
  9.  
  10.    The only catch to the game is the Joker. If the joker appears the player
  11. loses his/her entire winnings.
  12.  
  13.    The game supports all major BBS's software packages, Non-standard 
  14. inerrupts, Comm portst 1-15 and Fossil Drivers.
  15.  
  16. That's about it for the door operation. It's simple yet fun!
  17.  
  18. SETUP
  19.  
  20.     Most of you out there are familiar with the setup of a door. This door 
  21. follows the standard setup of Doors.
  22.  
  23.  
  24. GENERAL CONFIGURATION EXAMPLES
  25.  
  26.         EXAMPLE CONFIGURATION FILE FOR PCBOARD.SYS
  27.         ------------------------------------------
  28.  
  29.         C:\PCB\PCBOARD.SYS       <=-  (Full pathname of your PCBOARD.SYS file)
  30.         Suburban Software        <=-  (Change this to your BBS name)
  31.         Chuck                    <=-  (The Sysop's first name)
  32.         Valecek                  <=-  (The Sysop's last name)
  33.         999999                   <=-  (Registration Number)
  34.         5                        <=-  (Games allowed each day - Registered only)
  35.         500                      <=-  (Starting Bankroll - Registered only)
  36.  
  37.         EXAMPLE CONFIGURATION FILE FOR USERS.SYS
  38.         ------------------------------------------
  39.  
  40.         C:\PCB\USERS.SYS         <=-  (Full pathname of your USERS.SYS file)
  41.         Suburban Software        <=-  (Change this to your BBS name)
  42.         Chuck                    <=-  (The Sysop's first name)
  43.         Valecek                  <=-  (The Sysop's last name)
  44.         999999                   <=-  (Registration Number)
  45.         5                        <=-  (Games allowed each day - Registered only)
  46.         500                      <=-  (Starting Bankroll - Registered only)
  47.  
  48.         EXAMPLE CONFIGURATION FILE FOR DOOR.SYS
  49.         ---------------------------------------
  50.  
  51.         C:\BBS\DOOR.SYS          <=-  (Full pathname of your DOOR.SYS file)
  52.         Suburban Software        <=-  (Change this to your BBS name)
  53.         Chuck                    <=-  (The Sysop's first name)
  54.         Valecek                  <=-  (The Sysop's last name)
  55.         999999                   <=-  (Registration Number)
  56.         5                        <=-  (Games allowed each day - Registered only)
  57.         500                      <=-  (Starting Bankroll - Registered only)
  58.  
  59.         EXAMPLE CONFIGURATION FILE FOR CALLINFO.BBS
  60.         -------------------------------------------
  61.  
  62.         C:\BBS\CALLINFO.BBS      <=-  (Full pathname of your CALLINFO.BBS file)
  63.         Suburban Software        <=-  (Change this to your BBS name)
  64.         Chuck                    <=-  (The Sysop's first name)
  65.         Valecek                  <=-  (The Sysop's last name)
  66.         999999                   <=-  (Registration Number)
  67.         5                        <=-  (Games allowed each day - Registered only)
  68.         500                      <=-  (Starting Bankroll - Registered only)
  69.  
  70.         EXAMPLE CONFIGURATION FILE FOR DORINFOx.DEF
  71.         -------------------------------------------
  72.  
  73.         C:\BBS\DORINFOx.DEF      <=-  (Full pathname of your DORINFOx.DEF file
  74.                                   where 'x' is the BBS Node number.
  75.         Suburban Software        <=-  (Change this to your BBS name)
  76.         Chuck                    <=-  (The Sysop's first name)
  77.         Valecek                  <=-  (The Sysop's last name)
  78.         999999                   <=-  (Registration Number)
  79.         5                        <=-  (Games allowed each day - Registered only)
  80.         500                      <=-  (Starting Bankroll - Registered only)
  81.  
  82.         EXAMPLE CONFIGURATION FILE FOR SFDOORS.DAT
  83.         ------------------------------------------
  84.  
  85.         C:\BBS\SFDOORS.DAT       <=-  (Full pathname of your SFDOORS.DAT file)
  86.         Suburban Software        <=-  (Change this to your BBS name)
  87.         Chuck                    <=-  (The Sysop's first name)
  88.         Valecek                  <=-  (The Sysop's last name)
  89.         999999                   <=-  (Registration Number)
  90.         5                        <=-  (Games allowed each day - Registered only)
  91.         500                      <=-  (Starting Bankroll - Registered only)
  92.  
  93.         EXAMPLE CONFIGURATION FILE FOR CHAIN.TXT
  94.         ----------------------------------------
  95.  
  96.         C:\BBS\CHAIN.TXT        <=-  (Full pathname of your CHAIN.TXT file)
  97.         Suburban Software       <=-  (Change this to your BBS name)
  98.         Chuck                   <=-  (The Sysop's first name)
  99.         Valecek                 <=-  (The Sysop's last name)
  100.         999999                   <=-  (Registration Number)
  101.         5                        <=-  (Games allowed each day - Registered only)
  102.         500                      <=-  (Starting Bankroll - Registered only)
  103.  
  104.  
  105. NOTE: This Door supports COM 1-15 on the standard IRQ's - COM1/COM3 = IRQ4 and
  106.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  107.       number after the configuration filename. Let's assume your Door is
  108.       called DHILO and you want to use COM1 and IRQ5. The command line
  109.       passed to your Door would be:
  110.         DHILO DHILO.CFG /5
  111.         or  DHILO DHILO.CFG /%IRQ%  for the environment variable.
  112.       The /5 tells the Door to use IRQ5 rather than the standard IRQ4 that
  113.       is normally used with COM1. No /x parameter is needed for the standard
  114.       IRQ's.
  115.  
  116.       NOTE: You may also use the * instead of the / when specifying a 
  117.       non-standard comm port, Example: *5 or *%IRQ% 
  118.  
  119.  
  120. Fossil Driver Support
  121. ---------------------
  122. DHILO supports the use of Fossil drivers.  To tell the Door to use the Fossil
  123. driver instead of the standard COM ports, just put /FD on the command
  124. line when running the door. For example:
  125.      DHILO DHILO.CFG  /FD
  126. indicates that a Fossil driver is present and should be used. If no Fossil
  127. driver is detected, DoorFrame will print a message to that effect and exit
  128. the door gracefully.
  129.                    
  130. The firtst time the door is run a file called DHILO.BUL will be created.
  131. Edit the first line of this file and place the Path/File name of the Bulletin
  132. you wish to be created. This will contain the Top Ten Current High Winners
  133.  
  134.  
  135. DHILO.BLT                   <=- Change this line to your bulletin Name
  136.  0 ,NO NAME
  137.  0 ,NO NAME
  138.  0 ,NO NAME
  139.  0 ,NO NAME
  140.  0 ,NO NAME
  141.  0 ,NO NAME
  142.  0 ,NO NAME
  143.  0 ,NO NAME
  144.  0 ,NO NAME
  145.  0 ,NO NAME
  146.  
  147. And you thought it was hard!
  148.  
  149. Okay, now to set up a batch file for the door to run. Remember this is just like
  150. any other batch file except there is no ".BAT" extension.
  151.  
  152. Door batch File
  153.  
  154. The standard DOOR script for doors has this format:
  155.      echo off
  156.      cd \DHILO
  157.      DHILO DHILO.CFG
  158.      cd \
  159.      board
  160.  
  161.  
  162.    If you have an idea that you would like to see turn into a door. Drop me a 
  163. line and we can discuss your ideas. And maybe turn it into a door!!
  164.  
  165.  
  166. REGISTRATION
  167.  
  168.     If you wish to register the door it would be greatly appreciated. For a
  169. mere $20.00 you can get rid of that stupid message <EVALUATION COPY> and
  170.  
  171.     $$$$ Please help the sysop Register this door $$$ 
  172.    
  173.     I will contact you by BBS or mail you the registration number. This number
  174. will turn off the messages and allow your BBS name to be displayed on the
  175. opening and closing screens. This door is not Crippled in any way or form
  176. and will run forever even if you did not register it. All monies received go
  177. back to other Door Authors for their doors that run on my system.
  178.  
  179.    I always have a open door for sysops on my board. Sign in and go into my
  180. Support Confrence and you will find the latest version of my doors there
  181. for downloading.
  182.  
  183.     Please if you have a problem with setting it up or find a bug (?) Don't 
  184. call Salt Air and gripe about it, call my board and you will get a FASTER
  185. response. I know there are some Sysops out there that can vouch for this. I
  186. called many Sysops voice and tried to help them out at my expense, even before
  187. they registered the door.
  188.  
  189.     If you are a Author of a door and want to exchange registered copies let
  190. me know. We can work out something!! I may even throw my kids into the deal!
  191.  
  192. OH! One more thing. If you have any suggestions, please drop me a line. Please
  193. direct all complaints about the door to my wife, I am trying to get even with
  194. here!!!
  195.  
  196. Okay here is the address to send the MILLIONS!!
  197.  
  198. Chuck Valecek
  199. Suburban Software
  200. P. O. Box 368
  201. Oak Lawn, IL 60454
  202.  
  203. (708)-636-6694 (Node 1) (708)-636-6697 (Node 2) USR HST 19200
  204.